﻿html {
    overflow-x: hidden !important;
}

#wfControlPanel {
    position: absolute;
    z-index: 101;
    top: 80px !important;
}

body {
    margin: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background: #FFF;
}

p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
    color: #444;
}

.non-white {
    color: #333 !important;
    text-shadow: 1px 1px #FFF !important;
}

p.credits {
    font-size: .8em;
    color: #747a5f;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #74795f;
    clear: both;
}

.topRow {
    padding: 0px;
    position: relative;
    z-index: 1000;
}

.topRight {
    text-align: right;
    margin: 20px 0px;
    padding: 0;
    float: right;
}


    .topRight a {
        font-family: Oswald,Helvetica,Arial,sans-serif;
        color: #333;
        font-size: 1.3em;
        font-weight: 700;
        background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/readDot.png) center right no-repeat;
        padding: 0px 10px 0px 4px;
        margin: 0;
    }

        .topRight a:hover {
            color: #e30d2d;
        }

        .topRight a.topWWDlast, .topRight a.topWWDlast:hover {
            background: transparent;
            padding: 0px 0px 0px 4px;
        }

.homeBg {
    position: absolute;
    width: 100%;
    height: auto;
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/homeBanner.jpg) center top no-repeat;
    background-size: 100%;
}

.homePocketContent ul {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.homePocketContent {
    min-height: 300px;
    display: table;
    width: 100%;
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/homePocket.png) top left repeat-x;
    padding: 20px;
}

.homePockets h1 {
    font-family: Oswald,Helvetica,Arial,sans-serif;
    color: #201e1d;
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.3em;
}

.homePocketContent p {
    line-height: 1.3em;
    color: #201e1d;
    font-weight: 600;
}

a.homeLearnMore {
    background-color: #e20627;
    padding: 5px 10px;
    margin: 20px 0px;
    text-align: left;
    display: table;
    color: #FFF;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Oswald,Helvetica,Arial,sans-serif;
}

    a.homeLearnMore:hover {
        background-color: #333;
    }

.navbar-brand {
    float: left;
    padding: 0px;
    line-height: inherit;
    margin: 0px;
}

    .navbar-brand img {
        width: 271px;
        height: auto;
        margin: 0px;
    }

.navbar > .container .navbar-brand {
    margin: 0px;
}

.mainContent {
    margin: 80px 0px 0px 0px;
    z-index: 90;
    position: relative;
}

.homePockets {
    margin: 0px 0px 20px 0px;
    display: table;
}

.bottomRow {
    background: #FFF;
    width: 100%;
    border-bottom: solid 5px #e20627;
    display: table;
    padding: 10px 0 8px;
    text-align: center;
    margin: 10px 0px;
}

    .bottomRow img {
        padding: 0px 20px;
    }

.footer {
    width: 100%;
    display: table;
    padding: 0px;
    position: relative;
}

    .footer p {
        font-size: .9em;
        color: #444;
        line-height: 1.4em;
    }

    .footer a {
        color: #444;
    }

.footerLeft {
    text-align: left;
}

.footerCenter {
    text-align: center;
}

.footerRight {
    text-align: right;
}


/*nav css */

.navbar-inverse {
    background-color: transparent;
    border: none;
    padding: 0px;
    width: 100%;
}

.navbar .nav {
    position: relative;
    display: block;
    float: right;
    margin: 0px;
    z-index: 92 !important;
}

.nav > li {
    position: relative;
    display: block;
    float: left;
}

.navbar .nav > li > a {
    color: #FFF;
    text-decoration: none;
    font-family: 'PT Sans',sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/navDivider.png) center right no-repeat;
    margin: 0px;
    PADDING: 6PX 13PX 6PX 11PX;
}

    .navbar .nav > li > a:hover {
        color: #e30b2c;
        background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/navDivider.png) center right no-repeat;
        margin: 0px;
        PADDING: 6PX 13PX 6PX 11PX;
    }

    .navbar .nav > li > a#m434, .navbar .nav > li > a#m434:hover {
        background: inherit;
        padding-right: 0px;
    }

.navbar {
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/topRow.png) top left repeat-x;
    background-color: rgba(0, 0, 0, 0);
    height: 100px;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #e30b2c;
    background-color: transparent;
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/navDivider.png) center right no-repeat !important;
    PADDING: 6PX 13PX 6PX 11PX;
}

.navbar-collapse {
    padding-right: 0px;
}

/* end nav css */

/* dd menu css */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    text-decoration: none;
    list-style: none;
    background: #2e2d2c;
    box-shadow: inherit;
    border: inherit;
    padding: 0px 0px 5px 0px;
}

.PopMenu {
    display: none;
}

.dropdown-menu > li > a {
    color: #FFF;
    font-size: 1.1em;
    font-family: 'PT Sans',sans-serif;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0px 0px 5px 0px;
}

    .dropdown-menu > li > a:hover {
        color: #e30d2d;
    }

ul.dropdown-menu.level-2 {
    display: none !important;
}

/* end dd menu hover css */

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    z-index: 5;
    display: inline-block;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 28px;
    color: #e20627;
    text-align: center;
    padding-top: 40%;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 45%;
    }

.carousel-caption {
    z-index: 10;
    text-align: center;
    text-shadow: none;
    top: 40px;
    margin: 0px;
    left: 0;
    right: 0;
    position: relative;
}

    .carousel-caption h1 {
        color: #FFF;
        font-size: 4.5em;
        font-family: 'Arizonia', sans-serif;
        font-weight: 400;
        padding: 0px;
        margin: 0px;
        line-height: 1em;
        text-shadow: 1px 1px #000 !important;
    }


@media (min-width: 1200px) and (max-width: 1366px) {
    .mainContent {
        margin: 40px 0px 0px 0px;
    }

    .bottomRow {
        margin: 0px;
    }

    .carousel-caption {
        top: 10px;
    }

    .homePocketContent {
        box-shadow: 1px 1px 2px #ccc;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .navbar .nav > li > a, .navbar .nav > li > a:hover {
        font-size: 1.2em;
    }

    .homePockets h1 {
        font-size: 1.1em;
        line-height: 1em;
    }

    .homePocketContent p {
        line-height: 1.1em;
        font-size: .9em;
    }

    a.homeLearnMore {
        padding: 3px 10px;
        margin: 10px 0;
        font-size: 1em;
    }

    .homePocketContent {
        min-height: 250px;
        box-shadow: 1px 1px 2px #ccc;
    }

    .homePockets {
        margin: 0 0 10px;
    }

    .footer p {
        font-size: .8em;
        line-height: 1.3em;
    }

    .bottomRow {
        margin: 0px;
    }

    .mainContent {
        margin: 40px 0 0;
    }

    .carousel-caption {
        top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-brand img {
        width: 205px;
        height: auto;
    }

    .navbar {
        background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/topRow.png) bottom left repeat-x;
        background-color: rgba(0,0,0,0);
        height: 81px;
    }

    .topRight a {
        font-size: 1.1em;
    }

    .navbar .nav > li > a, .navbar .nav > li > a:hover {
        font-size: 1.1em;
        PADDING: 6PX 8PX 6PX 4PX;
    }

    .dropdown-menu > li > a {
        font-size: 1em;
    }

    .homePockets h1 {
        font-size: 1em;
        line-height: 1em;
    }

    .homePocketContent p {
        line-height: 1em;
        font-size: .85em;
    }

    a.homeLearnMore {
        padding: 3px 10px;
        margin: 10px 0;
        font-size: 1em;
    }

    .homePocketContent {
        min-height: 245px;
        box-shadow: 1px 1px 2px #ccc;
    }

    .bottomRow {
        margin: 0px;
    }

        .bottomRow img {
            padding: 0 5px;
        }

    .footer p {
        font-size: .8em;
        color: #444;
        line-height: 1.3em;
    }

    .topRight {
        text-align: right;
        margin: 12px 0;
    }

    .footerLeft {
        padding-left: 0px;
    }

    .footer p {
        font-size: .8em;
        color: #444;
        line-height: 1.3em;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        top: 120%;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #333;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mainContent {
        margin: 50px 0px 0px 0px;
    }

    .carousel-caption h1 {
        font-size: 3em;
    }
}

@media (min-width: 280px) and (max-width: 480px) {
    .mainContent {
        margin: 25px 0px 0px 0px;
    }

    .carousel-caption h1 {
        font-size: 1.8em;
    }
}

@media (min-width: 280px) and (max-width: 767px) {

    #closerMenu {
        display: none !important;
    }

    .PopMenu {
        display: none !important;
    }

    .mainContent p, .mainContent li {
        font-size: .9em;
        line-height: 1.2em;
    }

    a.homeLearnMore {
        padding: 2px 8px;
        margin: 10px 0;
        font-size: 1em;
    }

    .topRight {
        display: none;
    }

    .homeBody h1 {
        font-size: 1em;
    }

    .navbar-fixed-top {
        position: relative;
    }

    .non-white {
        color: initial !important;
    }

    .footerLeft, .footerCenter, .footerRight {
        text-align: center;
        padding-left: 0px;
    }

    .bottomRow img {
        padding: 0px 5px;
        height: 40px;
        margin: auto;
        text-align: center;
    }

    .bottomRow {
        margin: 0px;
    }

    .homePockets h1 {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    .homePockets h2 {
        font-size: 2em;
        color: #c5cab1;
    }

    .homePockets {
        margin: 0px;
        display: table;
    }

    .homePocketContent {
        min-height: initial;
        background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/homePocket.png) top left repeat-x;
        padding: 15px 0px 0px 0px;
    }

    .homePocketHeight {
        min-height: initial;
        padding-bottom: 10px;
    }

    .homePocket {
        padding: 0px;
    }

    .carousel-caption {
        top: 10px;
    }

    .carousel {
        position: relative;
        top: 0px;
        width: 100%;
    }

        .carousel .item {
            height: 100%;
        }

    .carousel-inner > .item > img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .carousel-inner {
        overflow: hidden;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 60px;
    }

    .navbar .nav {
        margin: 5px;
        float: left;
        padding: 25px 10px;
    }

    .nav > li {
        width: 100%;
    }

    .navbar .nav > li > a {
        color: #fff;
        font-size: 1.2em;
        background: initial;
        padding-bottom: 3px;
    }

        .navbar .nav > li > a:hover {
            color: #e30324;
            font-size: 1.2em;
            background: initial;
            padding-bottom: 3px;
        }

    .dropdown-menu {
        background: initial;
        border-color: inherit;
        box-shadow: inherit;
        border-radius: 0px;
        border: inherit;
        border-radius: initial;
        -moz-border-radius: initial;
        padding: 3px 0px 5px 0px;
    }

        .dropdown-menu > li > a {
            font-size: 1em;
            color: #fff !important;
            padding: 0px 15px !important;
        }

            .dropdown-menu > li > a:hover {
                font-size: 1em;
                color: #e30324 !important;
                padding: 0px 15px !important;
            }

    .navbar .nav > li > a#m83, .navbar .nav > li > a#m83:hover {
        background: initial !important;
    }

    .navbar .nav > li.open a:focus {
        background: initial !important;
    }

    .navbar-inverse {
        width: 100%;
        padding: 0px 10px;
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar {
        height: 80px;
        background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/Atlantic/topRow.png) bottom left repeat-x;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-right: 0px;
    }

    .navbar-toggle {
        background-color: #2e2c2c;
        padding: 8px;
        margin-top: 5px;
        margin-right: 0px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #2e2c2c;
    }

    .navbar-toggle:focus,
    .navbar-toggle:active
    .navbar-toggle:hover {
        outline: 0;
        background-color: #2e2c2c;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
        background: #2e2c2c;
        border-top: 0px solid rgba(0, 0, 0, 0);
        box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
    }
}

/* end mobile Media Queries */
